html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
}

img {
  display: block;
}

.abs {
  position: absolute;
}

body {
  width: 100%;
  min-width: 1420px;
  display: none;
}
body.active {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.clearFix::after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  zoom: 1;
}

.ellipsis-one {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pic .picture {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.pic:hover .picture {
  transform: scale(1.05);
}
.pic span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #495262;
  padding: 7px;
  font-size: 20px;
  display: block;
}

.ellipsis-two {
  height: 44px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis-three {
  height: 44px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.screen {
  width: 100%;
  overflow: hidden;
}

.main-wrapper {
  width: 100%;
  min-width: 1420px;
  margin: auto;
  overflow: hidden;
}

.content {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

a:hover * {
  text-decoration: underline;
}

.max-title {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: block;
}
.max-title img {
  display: block;
  margin: auto;
  width: 100%;
}

.link-tri {
  position: relative;
  font-size: 20px;
  color: #3e3a39;
  padding: 0 155px 0 33px;
  display: block;
  margin-bottom: 12px;
  background: url(../img/trigger.png) 10px 4px no-repeat;
}
.link-tri:hover {
  text-decoration: underline !important;
}
.link-tri .timer {
  color: #727171;
  position: absolute;
  top: 0px;
  right: 0;
  word-break: keep-all;
  white-space: nowrap;
}

.swiper-button-next,
.swiper-button-prev {
  width: 100px;
  height: 100px;
  background-size: contain;
  cursor: pointer !important;
  pointer-events: all !important;
  margin-top: -50px;
}

* {
  text-decoration: none !important;
}

.absl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.abst {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 200px;
}

.content > .more {
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

@keyframes rotate-anim {
  0% {
    transform: rotateY(-20deg) translateY(-50%);
  }
  50% {
    transform: rotateY(20deg) translateY(-50%);
  }
  100% {
    transform: rotateY(-20deg) translateY(-50%);
  }
}
.swiper-button {
  transition: transform 0.3s ease-out;
}

.swiper-button:hover {
  transform: scale(1.1);
}

.screen {
  overflow: hidden;
  position: relative;
}
.screen img {
  display: block;
}
.screen .bg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.header {
  height: 120px;
  position: relative;
  padding-top: 33px;
  border-bottom: solid 1px #bad1fa;
}
.header .content {
  position: relative;
  height: 87px;
}
.header .content a {
  display: inline-block;
  vertical-align: middle;
}
.header .content .left .line {
  width: 1px;
  background: #333;
  height: 50px;
  margin: 0 15px;
}
.header .content .right {
  width: 732px;
  height: 60px;
  padding-right: 40px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.header .content .right .li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
  padding: 0 10px;
}
.header .content .right .li a {
  position: relative;
}
.header .content .right .li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  display: none;
  background: #2b76fc;
  height: 4px;
}
.header .content .right .li.active a::after, .header .content .right .li:hover a::after {
  display: block;
}
.header .content .right a {
  position: relative;
  display: block;
  font-size: 25px;
  height: 100%;
  color: #727171;
}
.header .content .right .nav-list {
  height: 60px;
  display: block;
}

.cehua {
  background: url(../img/bg1.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cehua .gx-slider {
  width: 767px;
  height: 530px;
  float: left;
  overflow: hidden;
}
.cehua .gx-slider .gui-flex-control-nav {
  right: 120px;
  bottom: 20px;
}
.cehua .gx-slider .gui-flex-control-nav li a {
  background: transparent;
  width: 6px;
  height: 6px;
  border: solid 1px #fff;
}
.cehua .gx-slider .gui-flex-control-nav li a.gui-flex-active {
  width: 6px;
  background: #fff;
}
.cehua .gx-slider .gui-slides li {
  height: 530px;
  position: relative;
}
.cehua .gx-slider .gui-slides li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cehua .gx-slider .gui-slides li span {
  padding: 45px 34px 44px;
  font-size: 24px;
  text-align: left;
  bottom: 0;
  display: none;
}
.cehua .gx-slider .gui-flex-direction-nav a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
.cehua .gx-slider .gui-flex-direction-nav .gui-flex-prev {
  background: url(../img/prev.png) center center no-repeat;
  left: 10px;
}
.cehua .gx-slider .gui-flex-direction-nav .gui-flex-next {
  background: url(../img/next.png) center center no-repeat;
  right: 10px;
}
.cehua .right {
  width: 583px;
  height: 100%;
}
.cehua .right .link-more {
  margin-bottom: 38px;
}
.cehua .right .list-single {
  margin: 0 -10px;
}
.cehua .right .list-single li {
  padding: 0 10px;
  width: 50%;
}
.cehua .right .list-single li a {
  overflow: hidden;
  height: 444px;
  width: 100%;
  display: block;
}

.link-more {
  position: relative;
  display: block;
}
.link-more img {
  display: block;
  width: auto;
}
.link-more span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #333;
  width: auto;
  height: auto;
  left: inherit;
  top: inherit;
}

.yaowen {
  background: url(../img/bg2.jpg) top center;
  background-size: 100% auto;
  padding: 50px 0;
}
.yaowen .left .list-wrap {
  width: 770px;
}
.yaowen .left .arrow {
  transition: all 0.3s ease-out;
}
.yaowen .left .list:hover .arrow {
  transform: translateX(30px);
}
.yaowen .left .small {
  font-size: 15px;
  color: #9fa0a0;
  margin-bottom: 23px;
}
.yaowen .left .small span {
  margin-right: 15px;
}
.yaowen .left .title {
  font-size: 25px;
  font-weight: bold;
  color: #3e3a39;
  margin-bottom: 6px;
}
.yaowen .left .de {
  font-size: 18px;
  color: #595757;
  margin-bottom: 27px;
}
.yaowen .left .list {
  border-bottom: solid 1px #bed4fd;
}
.yaowen .left .list a {
  padding: 40px 0;
  display: block;
}
.yaowen .right {
  width: 581px;
}
.yaowen .right .list-xx {
  margin-bottom: 55px;
}
.yaowen .right .list-xx .link-more {
  margin-bottom: 12px;
}
.yaowen .right .list-xx .pic-wrap {
  margin-bottom: 23px;
}
.yaowen .right .list-xx .pic-wrap .pic {
  height: 290px;
}
.yaowen .right .list-xx .pic-wrap .pic span {
  padding: 10px;
  font-size: 24px;
}

.footer {
  padding-top: 45px;
  background: url(../img/footer.jpg) right bottom no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.footer a:link,
.footer a:visited {
  color: #fff;
}
.footer .paper-link {
  background: url(../img/bg-link.png) center top no-repeat;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
.footer .paper-link a {
  color: #fff;
  padding: 0 25px;
}
.footer .inter-info {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding: 40px 0 60px;
}
.footer .link-img-list {
  height: 130px;
  margin-bottom: 55px;
  text-align: center;
}
.footer .link-img-list li {
  display: block;
  float: left;
  width: 205px;
  word-break: keep-all;
}
.footer .link-img-list li:first-of-type {
  margin-left: 85px;
}
.footer .link-img-list li p {
  height: 40px;
  line-height: 20px;
  font-size: 16px;
}
.footer .link-img-list img {
  display: block;
  width: auto;
  height: 74px;
  margin: 0 auto 10px;
}
.footer .link-tab {
  background: url(../img/i-link.png) center top no-repeat;
  padding-top: 44px;
}
.footer .link-tab .link-tab-nav {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .link-tab .link-tab-nav li {
  width: 100px;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.footer .link-tab .link-tab-nav li a {
  display: block;
  color: #fff;
}
.footer .link-tab .link-tab-nav li.active {
  background: #9c9c9c;
  color: #fff;
}
.footer .link-tab .link-tab-con {
  width: 1000px;
  margin: 12px auto;
  text-align: center;
}
.footer .link-tab .link-tab-con li {
  display: inline;
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
}
.footer .link-tab .link-tab-con li a {
  color: #fff;
}/*# sourceMappingURL=main.css.map */